home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_023 / ver30 / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  36 lines

  1. There are currently many different versions of emacs than can be built
  2. from this code, depending upon the following choices:
  3.  
  4.     1)    Intuition (fancy) interface or Amigados (plain).
  5.     2)    Gnu emacs like bindings or normal microemacs bindings.
  6.     3)    Lattice C compiler or Manx C compiler.
  7.     4)    Manx C with 32-bit ints or Manx C with 16-bit ints.
  8.     5)    Sunny days or cloudy days (just kidding...)
  9.  
  10. Of the 16 possible combinations available for the Amiga, I have supplied
  11. four executables as follows:
  12.  
  13.     gemacs.intuition.lattice
  14.         GNU bindings, intuition interface, Lattice V3.03
  15.  
  16.     gemacs.intuition.manx16
  17.         GNU bindings, intuition interface, Manx C (16-bit ints)
  18.  
  19.     xemacs.amigados.lattice
  20.         Normal bindings, AmigaDos interface, Lattice C V3.03
  21.  
  22.     xemacs.amigados.manx16
  23.         Normal bindings, AmigaDos interface, Manx C (16-bit ints)
  24.  
  25.  
  26. The 32-bit Manx C versions seem to crash the machine, and the
  27. Lattice versions exhibit various problems.
  28.  
  29. In short, all the combinations I tried compiled and linked, but some
  30. have latent bugs...
  31.  
  32. Note that the Makefiles are in places like tty/intuition/Makefile and
  33. can be used there directly, as with "make -f tty/intuition/Makefile".
  34.  
  35. -Fred
  36.